Overhaul plot styling and extract fits_* output functions#308
Merged
Overhaul plot styling and extract fits_* output functions#308
Conversation
- _resolve_colormap now delegates to _default_colormap() (autoarray) so the segmentdata colormap is used everywhere by default - subplot_galaxies: hide_unused_axes() fixes blank 6th panel - save_galaxy_images_fits() extracted to galaxies_plots.py - save_adapt_images_fits() extracted to adapt_plots.py - plotter.py: fits_* blocks replaced with one-liner delegate calls; unused imports (numpy, hdu_list_for_output_from) removed - inversion subplot_of_mapper() replaces manual scatter/colorbar code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
_resolve_colormapdelegates to_default_colormap()so theautoarraysegmentdata colormap is used everywhere by defaultsubplot_galaxies:hide_unused_axes()fixes blank 6th panel (5 panels in a 2×3 grid)save_galaxy_images_fits()extracted togalaxies_plots.pysave_adapt_images_fits()extracted toadapt_plots.pyplotter.py:fits_*blocks replaced with one-liner delegate calls; unused imports removedsubplot_of_mapper()replaces manual scatter/colorbar code inplotter.pyTest plan
subplot_galaxiesno longer shows a blank 6th panelgalaxy_images.fitsandadapt_images.fitsstill written correctlyautoarraycolormap applied to all galaxy/adapt plots🤖 Generated with Claude Code